I'm working on the machine learning tutorial. I'm new to python, but I thought the ML tutorial would be a good place to learn.
In the tutorial, the script is supposed to return 30 values, but mine is returning 33.
I've included some code below. Am I working with a different data set or is my script shot?
import quandl, math import numpy as np import pandas as pd from sklearn import preprocessing, cross_validation, svm from sklearn.linear_model import LinearRegression